Skip to content

Case-insensitive check for FTS5 tables#3903

Open
ajeetdsouza wants to merge 1 commit intosqlc-dev:mainfrom
ajeetdsouza:fts5-lower
Open

Case-insensitive check for FTS5 tables#3903
ajeetdsouza wants to merge 1 commit intosqlc-dev:mainfrom
ajeetdsouza:fts5-lower

Conversation

@ajeetdsouza
Copy link

All of these are valid in SQLite:

CREATE VIRTUAL TABLE my_fts USING fts5 (...);

CREATE VIRTUAL TABLE my_fts USING Fts5 (...);

CREATE VIRTUAL TABLE my_fts USING FTS5 (...);

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant